home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
misc
/
sgamb16.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-02
|
2KB
|
44 lines
echo off
cls
echo P C I N F O R M A T I O N S Y S T E M S
echo ┌─┼─ ┌┐┌┐ ┌──┐ ┌──┐ ─┬── ┌──┐ ┌──┐ ┌┐┌┐ ┌──┐ ┐ ┌─── ┌──┐
echo └─┼┐ │└┘│ ├──┤ ├─┬┘ │ │ ─┐ ├──┤ │└┘│ ├──┤ │ ├─ ├─┬┘
echo ──┼┘ ┘ └ ┘ └ ┘ └─ └─ └──┘ ┘ └ ┘ └ ┴──┘ └─── └─── ┘ └─
echo
echo Thank you for considering $mart Gambler, "try it before you buy
echo it" ASP shareware. $mart Gambler is for people who play to win!
echo $mart Gambler explains and gives strategies for the casino, money
echo management, gambling odds, improving luck and all the popular
echo games. Planning and reporting features show how to control your
echo bankroll, analyze your play and best of all better your results!
echo
echo $mart Gambler needs 640k available memory and 720k available disk
echo space, preferably a hard disk drive. A graphics display adapter
echo is optional. The install batch file does the following:
echo
echo [1] Makes a new subdirectory named SG and changes to it.
echo
echo [2] Unzips the file SGAMB15.ZIP into SG and then displays
echo README.TXT which contains quick start information.
echo
echo If you do not wish to proceed, press Ctrl+Break, otherwise . . .
echo
pause
echo
if "%1"=="" goto Err
if "%2"=="" goto Err
%2
md %2\SG
cd %2\SG
%1pkunzjr %1SGAMB16.ZIP
echo
echo $mart Gambler installation was successful!
echo
type README.TXT
goto End
:Err
echo ERROR - Syntex Required: INSTALL floppydrive: harddrive:
echo
echo
:End